home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Plug Into a Brand New World
/
Plug Into a Brand New World Version 1.3.BIN
/
IO-PP110
/
For WinXP
/
Nm2kNull.inf
< prev
next >
Wrap
INI File
|
2001-11-20
|
2KB
|
87 lines
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; NetMos Technology, inc.
;;
;; FILE : Nm2kNull.inf
;; OS SUPPORTED : WIN XP ONLY.
;; This inf file configures one BRIDGE device
;; for 9835/9845.
;; Use this file alongwith Nm2kMf.INF file.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Version]
LayoutFile=layout.inf
Signature="$WINDOWS NT$"
Class=System
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%ProviderName%
LayoutFile=layout.inf
DriverVer=04/23/2000,5.00.2183.1
[DestinationDirs]
DefaultDestDir = 11 ;LDID_SYS
[SourceDiskFiles]
; 1 = Disk Number
Nm2kNull.inf=1
[SourceDisksNames]
1=%DiskName%,,
;===============================
; Class Installation
;===============================
[ClassInstall32]
AddReg=system_class_addreg
[system_class_addreg]
HKR,,,,%SystemClassName%
HKR,,Icon,,"-27"
[ControlFlags]
;===============================
; Driver Installation
;===============================
[Manufacturer]
%MfgName%=NetMosCards
;
; Manufacturer Name Section
;
[NetMosCards]
%NetMosBridgeName%=NetMosBridge,MF\PCI9710_BRIDGE
;----------------------------------------
; BRIDGE Port Install
;----------------------------------------
[NetMosBridge]
[NetMosBridge.Services]
AddService = , %SPSVCINST_ASSOCSERVICE% ; null service install
[Uninstall.Copy]
NmUninst.exe
[Uninstall.AddReg]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%MfgName%,DisplayName,0,%UninstallName%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%MfgName%,UninstallString,0,NmUninst.exe
; User readable strings
;----------------------------------------------------------
[Strings]
ProviderName="NetMos Technology"
MfgName="NetMos Technology"
UninstallName="NetMos Multi-IO Controller"
DiskName="NetMos Multi-IO Drivers Disk"
SystemClassName = "System devices"
NetMosBridgeName="NetMos Bridge"
SPSVCINST_ASSOCSERVICE = 0x00000002
;-----------------------
; END OF FILE
;-----------------------